robust program meaning in Chinese
健壮程序
Examples
- A comprehensive unit - test suite is a necessity for a robust program
全面的单元测试套件对健壮的程序是必不可少的。 - Write the client as an applet or application in a robust programming language such as the java language
用诸如java语言之类的健壮的编程语言将客户机编写成applet或应用程序 - Often , our efforts to develop robust programs by substituting null pointers for exceptional conditions actually limits control flow to the ordinary paths of method invocation and return , and buries evidence of where an exceptional condition occured
为开发健壮的程序我们经常用空指针代替异常的情况,但这实际上却把控制流限制在方法调用和返回的普通方式,同时也隐藏了异常情况发生的迹象。